/** FONT ***/
    @import url('https://fonts.googleapis.com/css?family=Pacifico&display=swap');
    @import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');

.header {
    height: 770px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('/assets/sprite/background_web.svg');
}

.title {
    color: #289189;
    text-align: left;
}

.navbar.transparent.navbar-inverse .navbar-inner {
    border-width: 0px;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
    background-color: rgba(0,0,0,0.0);
}

.description {
    color: #6A6767;
    text-align: left;
}


.but{
    background-color: #FE684D;
    color: white;
}

.bouton-video {
    color: #FE684D !important;
}

h2{
    color: #0c5460;
}

/** NAVBAR **/

.navtab .nav-item:hover {
   border-bottom: 1px solid #FE684D !important;
    color: #FE684D !important;
}

.navtab .nav-item {
    margin-right: 5rem;
}

.navtab .nav-item:active {
    color: #FE684D !important;
    border-bottom: 1px solid #FE684D !important;
}

.active-tab {
    color: #FE684D !important;
    border-bottom: 1px solid #FE684D !important;
}

.navbar.navbar-scrolling {
    background: #FFF;
}

.btt{
    background-color: #FE684D;
    color: white;
}

.navbar-brand
{
	color: #238189 !important;
	font-size: 1.5rem !important;
}

.navbar-brand span
{
	font-family: 'Pacifico';
}

.se_connecter
{
	font-family: 'Roboto';
    border: none;
	border-radius: 10px;
	background-color: #FE684D;
	box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.12);
}

.SE_CONNECTER:focus
{
	outline: none;
}

.SE_CONNECTER:hover
{
	background-color: #FC7961;
}

#CONTACT
{
	color: #FE684D;
	text-decoration: none;
}

/** END NAVBAR **/
